Conversation
- update package manager from yarn to npm in package.json
PatrickMenoti
approved these changes
Jan 7, 2026
pablodiehl
approved these changes
Jan 7, 2026
pablodiehl
pushed a commit
that referenced
this pull request
Jan 7, 2026
[skip ci] ## <small>2.3.3 (2026-01-07)</small> * Merge pull request #344 from aziontech/stage ([2556f52](2556f52)), closes [#344](#344) * chore(release): 2.3.3-stage.1 ([34c02fd](34c02fd)) * chore(release): 2.3.3-stage.2 ([6b8a34e](6b8a34e)) * fix: update metadata object for firewall requests (#341) ([88b5601](88b5601)), closes [#341](#341) * fix: update qs to 6.14.1 to url dependency (#342) ([a125cb5](a125cb5)), closes [#342](#342)
Collaborator
|
🎉 This PR is included in version 2.3.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request expands support for additional metadata fields related to firewall events and request parsing. The main focus is on enhancing the metadata structure by adding new fields, updating the corresponding type definitions, and improving test coverage to ensure correct parsing of these fields.
Metadata Enhancements:
client_fingerprint,client_id,configuration_id,edge_connector_id,function_id,http_ssl_ja4,request_id,solution_id,server_fingerprint,server_fingerprint_ja4h, andvirtualhost_idto theFirewallEventContextclass, enriching the context for firewall event handling. [1] [2]AzionRequestMetadataandAzionRuntimeRequestMetadataTypeScript interfaces to include the new metadata fields, ensuring type safety and consistency across the codebase. [1] [2]Testing Improvements:
parseRequesttest suite to include and validate the new metadata fields, and added a specific test to verify correct parsing of fingerprint information from metadata. [1] [2] [3]**Update Dependency
qsto6.14.1**yarntonpminpackage.json.